drivers: block: dwc_ahci: Implement a driver for Synopsys DWC sata device
authorJean-Jacques Hiblot <[email protected]>
Mon, 24 Apr 2017 09:51:31 +0000 (11:51 +0200)
committerSimon Glass <[email protected]>
Tue, 9 May 2017 18:14:16 +0000 (12:14 -0600)
commit02a4b4297901e5bc2d478fab5b3bbfac3d1adeac
tree3ad359f3f774f13adbbd307cccc30628a5bcefcf
parent33a5e2c5e7048136e242c08fd804136cdfda3501
drivers: block: dwc_ahci: Implement a driver for Synopsys DWC sata device

Implement a sata driver for Synopsys DWC sata device based on
U-boot driver model.

Signed-off-by: Mugunthan V N <[email protected]>
Signed-off-by: Jean-Jacques Hiblot <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
drivers/block/Kconfig
drivers/block/Makefile
drivers/block/dwc_ahci.c [new file with mode: 0644]